Issuer

data class Issuer(val value: String)

Represents an issuer value used for authentication.

Throws

if the value is blank.

Constructors

Link copied to clipboard
constructor(value: String)

Creates an Issuer with the specified value.

Properties

Link copied to clipboard

The issuer value. Must not be blank.

Functions

Link copied to clipboard
open override fun toString(): String

Returns the string representation of the issuer value.